home *** CD-ROM | disk | FTP | other *** search
- ; msdos.ah - MS/DOS definitions.
- ; (C) Copyright 1984, 1985 Gregory R. Mansfield - All Rights Reserved.
- ; G. R. Mansfield. 84/07/25.
- ; Ver 1.0-5517.
-
-
- ; Interrupts.
-
- I_FCN equ 021h ; function request
-
-
- ; Function requests.
-
- FR_CDT equ 047h ; return text of current directory
- FR_CLF equ 03Eh ; close a file handle
- FR_CRF equ 03Ch ; create a file
- FR_DCH equ 002h ; display character
- FR_DCI equ 008h ; direct console input
- FR_DCO equ 006h ; direct console I/O
- FR_DDE equ 041h ; delete a directory entry
- FR_DST equ 009h ; display string
- FR_DTA equ 01Ah ; set disk transfer address
- FR_FDT equ 057h ; get/set a file's date and time
- FR_FMF equ 04Eh ; find matching file
- FR_FNF equ 04Fh ; step through a directory matching files
- FR_GDT equ 02Ah ; get date
- FR_GIV equ 035h ; get interrupt vector
- FR_GTM equ 02Ch ; get time
- FR_MDE equ 056h ; move directory entry
- FR_MFP equ 042h ; move file pointer
- FR_OPF equ 03Dh ; open a file
- FR_RDF equ 03Fh ; read from file
- FR_SIV equ 025h ; set interrupt vector
- FR_TRP equ 04Ch ; terminate process
- FR_WTF equ 040h ; write to a file
-
-
-